-
Notifications
You must be signed in to change notification settings - Fork 241
Add logit
, logistic_sigmoid
, and use in logistic
dist to support promotion policies
#1297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for this Matt! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1297 +/- ##
===========================================
+ Coverage 91.51% 95.07% +3.55%
===========================================
Files 558 796 +238
Lines 53881 67020 +13139
===========================================
+ Hits 49311 63717 +14406
+ Misses 4570 3303 -1267
... and 336 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was fast!
I have a question below about using the promoted type with the location/scale calculations that occur outside of the calls of logit
or logistic_sigmoid
.
Also a couple minor nitpicks involving minus signs.
Thanks @mborland! |
You're welcome! Since I have some time I'm looking through the other distributions to see where else we need to apply manual promotion. |
Closes: #1294
Closes: #1296